ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / ComArray<T> Class / ComArray<T> Constructor / ComArray<T> Constructor(Int32)
The size.

In This Topic
    ComArray<T> Constructor(Int32)
    In This Topic
    Initializes a new instance of the ComArray<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal size As System.Integer _
    )
    public ComArray<T>( 
       System.int size
    )

    Parameters

    size
    The size.
    See Also